home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.31
/
source code
/
mosml
/
src
/
test
/
utest1.sig
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-03
|
180 b
|
11 lines
|
[
TEXT/R*ch
]
(* A test signature *)
eqtype t;
val tOfint : int -> t;
val intOft : t -> int;
val ** : t * t -> t;
infix 7 **;
type 'a t_tagged = t * 'a;
datatype 'a xxx = A of t | B of t * t;